home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / pegamail / pmfxuucp / fxuucp.cfg < prev    next >
Text File  |  1995-03-08  |  6KB  |  169 lines

  1. #
  2. # Configuration file reference for FX Uucico 0.4 beta
  3. #
  4. # All available options are included in this sample, they show
  5. # default values, or typicial setting. Entries are sorted by
  6. # alphabetical order. Some of them are used by other Waffle
  7. # programs. Options not recognized by FX Uucico are not listed. 
  8. #
  9. # Note : this is a full reference, not a typical case.
  10.  
  11. # The actual content is not relevant to FX Uucico. It only changes the
  12. # default sharing behaviour. See sharing and networking.
  13. # channel : 6
  14.  
  15. # Comm port number, this entry is mandatory
  16. device : 2
  17.  
  18. # Specify the comm driver, FOSSIL or NATIVE. If not present, Uucico will
  19. # use FOSSIL if detected, NATIVE otherwise.
  20. driver : NATIVE
  21.  
  22. # Baud rate or bps speed. Mandatory entry
  23. speed : 38400
  24.  
  25. # Base directory of the spool tree. Mandatory entry.
  26. spool : F:\fx\spool
  27.  
  28. # Directory for placing temporary files. Only used by the sharing module.
  29. # You may put it in a Ramdisk if you have enough space.
  30. # temporary : c:\temp
  31.  
  32. # Your machine name, this is how your host is identified by your neighbours
  33. # It must match they 'systems' (or similar) entries. Mandatory entry.
  34. uucpname : gcccc
  35.  
  36. # Root directory. Sets the default parent for the log and uucp subdirs.
  37. # Not actually used if they are explicitely configure, but still Mandatory.
  38. waffle : f:\fx
  39.  
  40. # Fatal timeout in seconds in the 'g' and 'G' protocols. Uucico will close
  41. # the connection when the remote host is idle for a longer time.
  42. uu.alive : 90
  43.  
  44. # Pause time in seconds between calls two different hosts
  45. uu.between : 10
  46.  
  47. # Debuglevel for the 'uucico' and 'debug' logs.
  48. uu.debug : 3
  49.  
  50. # Packet retry timeout in the 'g' and 'G' protocols. This is not a fatal
  51. # timeout as uu.alive. Uucico retries sending packets after uu.delay
  52. # seconds without remote acknowledge. This is a critical setting for
  53. # noisy lines. Too low will result in too much retries, too high will
  54. # leave the connection idle for long periods and the remote host may
  55. # abort.
  56. uu.delay : 20
  57.  
  58. # Overrides 'driver' entry. Usefull for using different drivers for Waffle
  59. # and uucico.
  60. uu.driver : NATIVE
  61.  
  62. # Getting one of those strings will abort script execution. Note that
  63. # underscores must be used instead of spaces. Setting the wQuirks option
  64. # off disable watching for those string in the login script.
  65. uu.drops : NO_CARRIER NO_DIALTONE BUSY 
  66.  
  67. # Maximum number of errors allowed in the 'g' protocol
  68. uu.errors : 200
  69.  
  70. # Grade level in dialout mode. Jobs with lower priorities will be skipped.
  71. # The default is to transmit all jobs.
  72. # uu.grade : C
  73.  
  74. # Timeout in seconds waiting for the initial uucp messages
  75. uu.handshake : 30
  76.  
  77. # Locked DTE speed. Normally used on high speed 'buffering' modems with
  78. # a constant DTE speed, independent on the actual carrier speed. When
  79. # this option is specified, the normal speed configuration is not used.
  80. uu.locked : 38400
  81.  
  82. # Number of retries for dialout calls.
  83. uu.retries : 99
  84.  
  85. # Delay pause in seconds between two different entries of the same host
  86. uu.retrytime : 10
  87.  
  88. # Timeout in seconds for scripts execution.
  89. uu.time : 30
  90.  
  91. # Debuglevel for messages outputed to the screen.
  92. uu.visual : 3
  93.  
  94. # Window size for the 'g' and 'G' protocols.
  95. uu.windows : 7
  96.  
  97. # Save backups of old jobs in the directory 'spool\lost'. Boolean.
  98. # Note, backups are never made when file restart is active!
  99. fx.backup : yes
  100.  
  101. # Directory location for all uucp config files besides STATIC.
  102. #fx.confDir : c:\waffle\uucp
  103. fx.confDir : f:\fx\uucp
  104.  
  105. # Directory location to write the 'debug' log. Overrides 'fx.logdir'
  106. #fx.debugDir : h:\temp
  107. fx.debugDir : d:
  108.  
  109. # Minimum free space in bytes required on the spool drive. 
  110. # Default, do not check for free space.
  111. #fx.freeSpace : 500000
  112.  
  113. # Packet size for the 'g' and 'G' protocols.
  114. #fx.gPktSize : 64
  115. fx.gPktSize : 1024
  116.  
  117. # Number of seconds to wait for the modem to drop the carrier detect signal
  118. # when hanging up. Default is 0, drop DTR signal and exits immediately.
  119. fx.hangupTime : 0
  120.  
  121. # See PERMITS. Boolean option, default is off.
  122. fx.joinDefPermit : no
  123.  
  124. # Directory location for writing the log files.
  125. #fx.logDir : c:\waffle\admin
  126. fx.logDir : f:\fx
  127.  
  128. # Maximum file size in bytes allowed in transmission. Default is 32 MegaBytes.
  129. fx.maxFile : 1000000
  130.  
  131. # Delay (in 100ths of a second) between each byte sent to the port when
  132. # executing scripts. The default is 0 (no delay). This will speed script
  133. # execution as most systems do not need any delay. Some old modems (1200 bps)
  134. # may need a very short one, a value of 10 (1/10th second) is usually enough.
  135. # See also "echo check".
  136. fx.scriptPace : 10
  137.  
  138. # Enables FX networking features. Default depends on the presence of
  139. # the 'channel' variable. On if present, off otherwise.
  140. fx.share : no
  141.  
  142. # Number of jobs to scan and sort before selecting the next transaction.
  143. # The sort is done in ASCII order, low values first, this allows for jobs
  144. # to be sent by grade and chronological order. Normally not needed for non
  145. # multitasking and non-graded systems, because the jobs would be already
  146. # ordered. High values may affect performance.
  147. # Default is 0, use the first job returned by the operating system.
  148. fx.sortJobs : 0
  149.  
  150. # Fatal timeout in seconds for the streaming protocols, ('f' and 'y').
  151. fx.streamTime : 30
  152.  
  153. # Controls the amount of information written to the 'uulog' file.
  154. #    0 - uulog is never written to
  155. #    1 - Only denied transfers are logged
  156. #    2 - Same as above plus non uucp-jobs transfers
  157. #    3 - Same as above plus normal jobs
  158. # Default is 2, compatible with Waffle.
  159. fx.uulogLevel : 2
  160.  
  161. # Catch-all for global Waffle compatibility. When 'fx.wQuirks' is
  162. # off, same aspects of the software differ from Waffle's behaviour.
  163. # They cover everything that we believe would be better to change,
  164. # but doing so may introduce small incompatibilities, and don't
  165. # have a specific configuration option. Currently it only refers to
  166. # the exit level, and the usage of uu.drops in login scripts.
  167. # Default is on, maximum Waffle compatibility.
  168. fx.wQuirks : no
  169.